home *** CD-ROM | disk | FTP | other *** search
/ Power Programmierung / Power-Programmierung (Tewi)(1994).iso / magazine / progjour / 1988 / 06 / ndpf386 / ndpcmp.bat < prev    next >
DOS Batch File  |  1988-09-02  |  241b  |  8 lines

  1. Echo Compiling %1.for using NDP FORTRAN-386 v1.4d w/80387 >%1.tim
  2. time <c:\dos\cr >>%1.tim
  3. run386 d:\ndpf\ndpf386 %1.for -n2 %2 %3 %4 %5
  4. 386asmp -nolist -twocase %1.s
  5. time <c:\dos\cr >>%1.tim
  6. fastlink @%1.lnk
  7. time <c:\dos\cr >>%1.tim
  8.